Click or drag to resize

ServiceResolveNames Method (String)

Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ResolveNamesResponse ResolveNames(
	string name
)

Parameters

name
Type: SystemString
The name to resolve.

Return Value

Type: ResolveNamesResponse
A collection of name resolutions whose names match the one passed as a parameter.
See Also